home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Updaters / AppMaker 1.5.2->1.5.4 / Libraries / THINK / AMClassLibC / CAMRadioControl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-24  |  552 b   |  22 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CAMRadioControl.h
  3.  
  4.         Interface for CAMRadioControl.c
  5.         
  6.         Copyright © 1991 Bowers Development Corporation. All rights reserved.
  7.         
  8.  ******************************************************************************/
  9.  
  10. #pragma once
  11.  
  12. #include <CRadioControl.h>
  13.  
  14. /*--------*/
  15. class CAMRadioControl : public CRadioControl {
  16. public:
  17.     void    IViewTemp                (CView            *anEnclosure,
  18.                                       CBureaucrat    *aSupervisor,
  19.                                      Ptr            viewData);        // is override
  20.  
  21. };    /* CAMRadioControl */
  22.